home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / misc / math / 4calcV11.lha / 4calc.readme < prev    next >
Encoding:
Text File  |  1994-06-01  |  2.5 KB  |  88 lines

  1.  
  2.  
  3.                4Calc v1.1
  4.                    by
  5.             Paul D. Cardwell
  6.                 1993, 94
  7.  
  8. Purpose : To make calculations a breeze (ala four banger).
  9. Syntax  : 4Calc  (cli example: 1> 4Calc) or Click on it from Workbench.
  10. OS Type : AmigaOS 2.04 and greater should work.
  11. CPU used: Amiga 4000 (OS 3.0)
  12. Compiler: DICE C v2.07.54R
  13.  
  14. You can add this little goodie to ToolManager,ToolsPref,WMS 3.00, or any
  15. program lauching utility. 
  16.  
  17. Installation:
  18.  
  19.     Cli: Copy the files from the archive to any where you want them.
  20.     Workbench: Just drag and drop them into a drawer.
  21.  
  22.  
  23. Usage:
  24.     You can use the keypad or associated keys to use the calculator.
  25.  
  26.     KEYPAD definitions:
  27.     ------------------
  28.     <ENTER>,=     equal (calculate answer)
  29.     <(>, CE       Clear all, and start all over
  30.     <)>, C        Clear last number entered
  31.     <*>,          Multiply
  32.     </>,          Divide
  33.     <+>,          Add
  34.     <->,          Subtract
  35.     <0..9,.>        -- no explaination needed --
  36.  
  37.     If you do not have a keypad use the associated keys on the keyboard.
  38.  
  39.     You may also use the buttons (point-n-click) to do the same as
  40.     the above keys do.
  41.  
  42. Description (rough) on how it works:
  43.  
  44.     The rectangle box (string requester) is where you can click in
  45.     and add or remove numbers and decimal point via keyboard. I thought
  46.     this would be a little nifty feature.  Of course whatever you enter
  47.     it will strip out all non digits and no more than one decimal
  48.     allowed.
  49.  
  50.     4Calc allows you to do continous operator functions:
  51.         Say you clicked in: 10 + 2 - 6 * 2 : followed by < enter > or
  52.         by clicking < = > it would produce the desired result.  Plus
  53.         as each operator passes it completes that calculation.
  54.  
  55.     
  56. History:
  57.     Why bother since OS 2.04+ comes free with a calulator?
  58.  
  59.     I wanted to learn more about Amiga programming.
  60.  
  61.     v1.0 -- Original mockup and not well written :) ...I was just
  62.         playing around.
  63.     v1.1 -- Second release with many bugs removed and better handling.
  64.         I received numerous complaints.
  65.  
  66.         Added:    Continous calculations (to end it press CE or ( ).
  67.             Made an Icon for both 4Calc and this readme file.
  68.             Made it so you can't have anything from hell in the
  69.             string requester (after entry it strips it).
  70.             
  71.  
  72. Future:
  73.     * Better documentation and expression evaluator (i.e. from string 
  74.       requester: 4*(5^2)+3-1 ).
  75.     * Paper roll (be able to watch calculations as they are made/ran).
  76.     * Maybe a ton of math functions beyond the four?
  77.  
  78. Suggestions:
  79.     Send all suggestions to:
  80.  
  81.         arc@thunder.indstate.edu
  82.             or
  83.         arcardw@indsvax1.bitnet.edu
  84.  
  85. Paul
  86.  
  87. p.s. Thanks for trying it!
  88.